﻿2026-07-28T04:51:59.5691864Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-28T04:51:59.5692272Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-28T04:51:59.5692499Z [36;1m$PIN = "0c95435"[0m
2026-07-28T04:51:59.5692715Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-28T04:51:59.5692983Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-28T04:51:59.5693346Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-28T04:51:59.5693735Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-28T04:51:59.5694027Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-28T04:51:59.5694295Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-28T04:51:59.5694556Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-28T04:51:59.5694833Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-28T04:51:59.5695148Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-28T04:51:59.5695432Z [36;1m}[0m
2026-07-28T04:51:59.5695608Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-28T04:51:59.5695855Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-28T04:51:59.5699940Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-28T04:51:59.5700198Z env:
2026-07-28T04:51:59.5700529Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30329922262-1-8cbe3a0c42d848a185d41f54d7e9d923
2026-07-28T04:51:59.5700990Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30329922262-1-8cbe3a0c42d848a185d41f54d7e9d923
2026-07-28T04:51:59.5701405Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30329922262-1-8cbe3a0c42d848a185d41f54d7e9d923
2026-07-28T04:51:59.5701748Z ##[endgroup]
2026-07-28T04:52:00.4944790Z    Compiling proc-macro2 v1.0.106
2026-07-28T04:52:00.4945205Z    Compiling unicode-ident v1.0.24
2026-07-28T04:52:00.4945537Z    Compiling quote v1.0.45
2026-07-28T04:52:00.4945842Z    Compiling cfg-if v1.0.4
2026-07-28T04:52:00.4946171Z    Compiling serde_core v1.0.228
2026-07-28T04:52:00.4946667Z    Compiling serde v1.0.228
2026-07-28T04:52:00.4947028Z    Compiling windows-link v0.2.1
2026-07-28T04:52:00.4947390Z    Compiling portable-atomic v1.13.1
2026-07-28T04:52:00.4947795Z    Compiling getrandom v0.3.4
2026-07-28T04:52:00.4948197Z    Compiling typenum v1.20.1
2026-07-28T04:52:00.4949336Z    Compiling pin-project-lite v0.2.17
2026-07-28T04:52:00.4949776Z    Compiling version_check v0.9.5
2026-07-28T04:52:00.4951826Z    Compiling shlex v2.0.1
2026-07-28T04:52:00.4953584Z    Compiling find-msvc-tools v0.1.9
2026-07-28T04:52:00.4959542Z    Compiling critical-section v1.2.0
2026-07-28T04:52:00.4962687Z    Compiling memchr v2.8.1
2026-07-28T04:52:00.5944735Z    Compiling windows-sys v0.61.2
2026-07-28T04:52:00.6243122Z    Compiling subtle v2.6.1
2026-07-28T04:52:00.6277539Z    Compiling futures-core v0.3.32
2026-07-28T04:52:00.6919053Z    Compiling smallvec v1.15.1
2026-07-28T04:52:00.7402821Z    Compiling equivalent v1.0.2
2026-07-28T04:52:00.7806112Z    Compiling bytes v1.11.1
2026-07-28T04:52:00.9164710Z    Compiling itoa v1.0.18
2026-07-28T04:52:00.9165661Z    Compiling semver v1.0.28
2026-07-28T04:52:00.9166057Z    Compiling stable_deref_trait v1.2.1
2026-07-28T04:52:00.9390542Z    Compiling generic-array v0.14.7
2026-07-28T04:52:00.9540548Z    Compiling log v0.4.32
2026-07-28T04:52:01.0492970Z    Compiling futures-io v0.3.32
2026-07-28T04:52:01.2192893Z    Compiling rustc_version v0.4.1
2026-07-28T04:52:01.2257637Z    Compiling futures-sink v0.3.32
2026-07-28T04:52:01.3589434Z    Compiling rand_core v0.10.1
2026-07-28T04:52:01.3590290Z    Compiling slab v0.4.12
2026-07-28T04:52:01.3647052Z    Compiling futures-task v0.3.32
2026-07-28T04:52:01.5041447Z    Compiling rustversion v1.0.22
2026-07-28T04:52:01.6581248Z    Compiling hashbrown v0.17.1
2026-07-28T04:52:01.7051116Z    Compiling getrandom v0.2.17
2026-07-28T04:52:01.7191029Z    Compiling getrandom v0.4.2
2026-07-28T04:52:01.8322389Z    Compiling futures-channel v0.3.32
2026-07-28T04:52:01.8584531Z    Compiling cpufeatures v0.2.17
2026-07-28T04:52:02.0362199Z    Compiling fnv v1.0.7
2026-07-28T04:52:02.9504916Z    Compiling libc v0.2.186
2026-07-28T04:52:03.0042486Z    Compiling jobserver v0.1.34
2026-07-28T04:52:03.0954109Z    Compiling cfg_aliases v0.2.1
2026-07-28T04:52:03.1168876Z    Compiling strsim v0.11.1
2026-07-28T04:52:03.1287253Z    Compiling litemap v0.8.2
2026-07-28T04:52:03.1297344Z    Compiling autocfg v1.5.1
2026-07-28T04:52:03.1466632Z    Compiling writeable v0.6.3
2026-07-28T04:52:03.1554287Z    Compiling fs_extra v1.3.0
2026-07-28T04:52:03.2221825Z    Compiling cc v1.2.63
2026-07-28T04:52:03.2965704Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T04:52:03.4285388Z    Compiling dunce v1.0.5
2026-07-28T04:52:03.4285916Z    Compiling icu_properties_data v2.2.0
2026-07-28T04:52:03.5469667Z    Compiling utf8_iter v1.0.4
2026-07-28T04:52:03.7481895Z    Compiling indexmap v2.14.0
2026-07-28T04:52:03.8539119Z    Compiling crypto-common v0.1.7
2026-07-28T04:52:03.8823060Z    Compiling syn v2.0.117
2026-07-28T04:52:03.8825741Z    Compiling ident_case v1.0.1
2026-07-28T04:52:03.9095304Z    Compiling percent-encoding v2.3.2
2026-07-28T04:52:03.9233865Z    Compiling http v1.4.1
2026-07-28T04:52:03.9286820Z    Compiling aws-lc-rs v1.17.0
2026-07-28T04:52:03.9984310Z    Compiling thiserror v2.0.18
2026-07-28T04:52:04.0623896Z    Compiling unicode-segmentation v1.13.3
2026-07-28T04:52:04.0692314Z    Compiling cpufeatures v0.3.0
2026-07-28T04:52:04.0909967Z    Compiling scopeguard v1.2.0
2026-07-28T04:52:04.3785809Z    Compiling cmake v0.1.58
2026-07-28T04:52:04.4374362Z    Compiling block-buffer v0.10.4
2026-07-28T04:52:04.7730871Z    Compiling form_urlencoded v1.2.2
2026-07-28T04:52:04.8345346Z    Compiling bitflags v2.12.1
2026-07-28T04:52:04.9158773Z    Compiling winapi v0.3.9
2026-07-28T04:52:05.1560143Z    Compiling ring v0.17.14
2026-07-28T04:52:05.1899495Z    Compiling chacha20 v0.10.0
2026-07-28T04:52:05.3140697Z    Compiling lock_api v0.4.14
2026-07-28T04:52:05.3165723Z    Compiling untrusted v0.9.0
2026-07-28T04:52:05.3596667Z    Compiling digest v0.10.7
2026-07-28T04:52:05.4187354Z    Compiling num-traits v0.2.19
2026-07-28T04:52:05.4625600Z    Compiling windows-strings v0.5.1
2026-07-28T04:52:05.5136133Z    Compiling windows-result v0.4.1
2026-07-28T04:52:05.5140799Z    Compiling heck v0.5.0
2026-07-28T04:52:05.5888359Z    Compiling rustls v0.23.40
2026-07-28T04:52:05.6940053Z    Compiling rand v0.10.1
2026-07-28T04:52:05.6940782Z    Compiling convert_case v0.10.0
2026-07-28T04:52:05.7356800Z    Compiling aws-lc-sys v0.41.0
2026-07-28T04:52:05.7439315Z    Compiling anyhow v1.0.102
2026-07-28T04:52:05.7549845Z    Compiling const-oid v0.10.2
2026-07-28T04:52:05.7875135Z    Compiling atomic-waker v1.1.2
2026-07-28T04:52:05.9539800Z    Compiling unicode-xid v0.2.6
2026-07-28T04:52:05.9557720Z    Compiling zerocopy v0.8.50
2026-07-28T04:52:06.0584147Z    Compiling parking_lot_core v0.9.12
2026-07-28T04:52:06.0794922Z    Compiling httparse v1.10.1
2026-07-28T04:52:06.1162051Z    Compiling http-body v1.0.1
2026-07-28T04:52:06.1226165Z    Compiling curve25519-dalek v4.1.3
2026-07-28T04:52:06.1912004Z    Compiling hybrid-array v0.4.12
2026-07-28T04:52:06.2532855Z    Compiling ahash v0.8.12
2026-07-28T04:52:06.3504880Z    Compiling fastrand v2.4.1
2026-07-28T04:52:06.6187216Z    Compiling powerfmt v0.2.0
2026-07-28T04:52:06.6189887Z    Compiling base64ct v1.8.3
2026-07-28T04:52:06.8333908Z    Compiling either v1.16.0
2026-07-28T04:52:07.0719285Z    Compiling deranged v0.5.8
2026-07-28T04:52:07.1473118Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T04:52:07.2328670Z    Compiling uuid v1.23.2
2026-07-28T04:52:07.2694377Z    Compiling rand_core v0.6.4
2026-07-28T04:52:07.2893213Z    Compiling num-conv v0.2.2
2026-07-28T04:52:07.6090653Z    Compiling pkg-config v0.3.33
2026-07-28T04:52:07.6185418Z    Compiling tower-service v0.3.3
2026-07-28T04:52:07.6859586Z    Compiling data-encoding v2.11.0
2026-07-28T04:52:07.6901575Z    Compiling try-lock v0.2.5
2026-07-28T04:52:07.7042309Z    Compiling vcpkg v0.2.15
2026-07-28T04:52:07.7662759Z    Compiling zmij v1.0.21
2026-07-28T04:52:07.8379213Z    Compiling base64 v0.22.1
2026-07-28T04:52:07.8723066Z    Compiling time-core v0.1.8
2026-07-28T04:52:07.8861353Z    Compiling tinyvec_macros v0.1.1
2026-07-28T04:52:07.9840683Z    Compiling want v0.3.1
2026-07-28T04:52:08.0529849Z    Compiling synstructure v0.13.2
2026-07-28T04:52:08.0585744Z    Compiling darling_core v0.20.11
2026-07-28T04:52:08.1610484Z    Compiling tinyvec v1.11.0
2026-07-28T04:52:08.2215041Z    Compiling parking_lot v0.12.5
2026-07-28T04:52:08.3578311Z    Compiling block-buffer v0.12.0
2026-07-28T04:52:08.4202552Z    Compiling crypto-common v0.2.2
2026-07-28T04:52:08.5076182Z    Compiling sha2 v0.10.9
2026-07-28T04:52:08.5276992Z    Compiling vergen-lib v9.1.0
2026-07-28T04:52:08.5975678Z    Compiling inout v0.1.4
2026-07-28T04:52:08.6301022Z    Compiling n0-future v0.3.2
2026-07-28T04:52:08.7745353Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T04:52:08.8530200Z    Compiling signature v2.2.0
2026-07-28T04:52:08.8585822Z    Compiling parking v2.2.1
2026-07-28T04:52:09.0772204Z    Compiling crossbeam-utils v0.8.21
2026-07-28T04:52:09.2274517Z    Compiling socket2 v0.6.4
2026-07-28T04:52:09.3089806Z    Compiling mio v1.2.1
2026-07-28T04:52:09.3288189Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-28T04:52:09.3486526Z    Compiling winnow v1.0.3
2026-07-28T04:52:09.3507154Z    Compiling httpdate v1.0.3
2026-07-28T04:52:09.4261450Z    Compiling spin v0.10.0
2026-07-28T04:52:09.6165103Z    Compiling serde_json v1.0.150
2026-07-28T04:52:09.6422128Z    Compiling cordyceps v0.3.4
2026-07-28T04:52:09.7341677Z    Compiling diatomic-waker v0.2.3
2026-07-28T04:52:10.1187797Z    Compiling futures-buffered v0.2.13
2026-07-28T04:52:10.1462468Z    Compiling cipher v0.4.4
2026-07-28T04:52:10.1681425Z    Compiling digest v0.11.3
2026-07-28T04:52:10.2390864Z    Compiling futures-lite v2.6.1
2026-07-28T04:52:10.3103745Z    Compiling ed25519 v2.2.3
2026-07-28T04:52:10.5140530Z    Compiling vergen v9.1.0
2026-07-28T04:52:10.5293767Z    Compiling vergen-lib v0.1.6
2026-07-28T04:52:10.5501004Z    Compiling universal-hash v0.5.1
2026-07-28T04:52:10.6493924Z    Compiling noq-udp v0.10.0
2026-07-28T04:52:10.6783080Z    Compiling heapless v0.7.17
2026-07-28T04:52:10.6993026Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T04:52:10.7662110Z    Compiling sync_wrapper v1.0.2
2026-07-28T04:52:10.8306748Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T04:52:11.0799731Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T04:52:11.0895851Z    Compiling serde_derive v1.0.228
2026-07-28T04:52:11.1296959Z    Compiling zeroize_derive v1.4.3
2026-07-28T04:52:11.2498423Z    Compiling zerofrom-derive v0.1.7
2026-07-28T04:52:11.2498909Z    Compiling yoke-derive v0.8.2
2026-07-28T04:52:11.3951843Z    Compiling tokio-macros v2.7.0
2026-07-28T04:52:11.3960342Z    Compiling futures-macro v0.3.32
2026-07-28T04:52:11.4782194Z    Compiling zerovec-derive v0.11.3
2026-07-28T04:52:11.7602014Z    Compiling displaydoc v0.2.6
2026-07-28T04:52:11.8227881Z    Compiling tracing-attributes v0.1.31
2026-07-28T04:52:11.9103451Z    Compiling thiserror-impl v2.0.18
2026-07-28T04:52:12.0047549Z    Compiling zeroize v1.8.2
2026-07-28T04:52:12.0609239Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T04:52:12.1570991Z    Compiling darling_macro v0.20.11
2026-07-28T04:52:12.1678103Z    Compiling derive_more-impl v2.1.1
2026-07-28T04:52:12.3744256Z    Compiling tokio v1.52.3
2026-07-28T04:52:12.4147461Z    Compiling rustls-pki-types v1.14.1
2026-07-28T04:52:12.4733795Z    Compiling futures-util v0.3.32
2026-07-28T04:52:12.7588994Z    Compiling windows-implement v0.60.2
2026-07-28T04:52:12.7687245Z    Compiling spez v0.1.2
2026-07-28T04:52:12.8247409Z    Compiling darling v0.20.11
2026-07-28T04:52:12.8365142Z    Compiling n0-error-macros v0.1.3
2026-07-28T04:52:13.0703787Z    Compiling windows-interface v0.59.3
2026-07-28T04:52:13.0727505Z    Compiling zerofrom v0.1.8
2026-07-28T04:52:13.2151762Z    Compiling derive_builder_core v0.20.2
2026-07-28T04:52:13.3285088Z    Compiling der v0.8.0-rc.10
2026-07-28T04:52:13.5362881Z    Compiling yoke v0.8.3
2026-07-28T04:52:13.5574874Z    Compiling pin-project-internal v1.1.13
2026-07-28T04:52:13.8126416Z    Compiling byteorder v1.5.0
2026-07-28T04:52:14.0705982Z    Compiling zerovec v0.11.6
2026-07-28T04:52:14.0784116Z    Compiling zerotrie v0.2.4
2026-07-28T04:52:14.1694370Z    Compiling opaque-debug v0.3.1
2026-07-28T04:52:14.3308614Z    Compiling allocator-api2 v0.2.21
2026-07-28T04:52:14.3565647Z    Compiling windows-core v0.62.2
2026-07-28T04:52:14.4595857Z    Compiling n0-error v0.1.3
2026-07-28T04:52:14.6386128Z    Compiling ed25519-dalek v2.2.0
2026-07-28T04:52:14.7040786Z    Compiling spki v0.8.0-rc.4
2026-07-28T04:52:14.8196546Z    Compiling tinystr v0.8.3
2026-07-28T04:52:14.8545672Z    Compiling potential_utf v0.1.5
2026-07-28T04:52:14.8796032Z    Compiling derive_builder_macro v0.20.2
2026-07-28T04:52:14.9934861Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T04:52:15.1034209Z    Compiling icu_locale_core v2.2.0
2026-07-28T04:52:15.1675055Z    Compiling icu_collections v2.2.0
2026-07-28T04:52:15.1675438Z    Compiling polyval v0.6.2
2026-07-28T04:52:15.2642564Z    Compiling hash32 v0.2.1
2026-07-28T04:52:15.5482516Z    Compiling pin-project v1.1.13
2026-07-28T04:52:15.6306767Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T04:52:15.8030869Z    Compiling derive_builder v0.20.2
2026-07-28T04:52:16.1439047Z    Compiling futures-executor v0.3.32
2026-07-28T04:52:16.4433745Z    Compiling spin v0.9.8
2026-07-28T04:52:16.4509260Z    Compiling vergen-gitcl v1.0.8
2026-07-28T04:52:16.4584491Z    Compiling windows-threading v0.2.1
2026-07-28T04:52:16.5179217Z    Compiling icu_provider v2.2.0
2026-07-28T04:52:16.6112467Z    Compiling ryu v1.0.23
2026-07-28T04:52:16.6177337Z    Compiling fallible-iterator v0.3.0
2026-07-28T04:52:16.8035118Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T04:52:16.8782570Z    Compiling tower-layer v0.3.3
2026-07-28T04:52:16.8928314Z    Compiling icu_normalizer v2.2.0
2026-07-28T04:52:16.9364668Z    Compiling icu_properties v2.2.0
2026-07-28T04:52:17.0978063Z    Compiling signature v3.0.0
2026-07-28T04:52:17.1998271Z    Compiling proc-macro-crate v3.5.0
2026-07-28T04:52:17.2535743Z    Compiling windows-future v0.3.2
2026-07-28T04:52:17.2791045Z    Compiling futures v0.3.32
2026-07-28T04:52:17.3080857Z    Compiling ipnet v2.12.0
2026-07-28T04:52:17.4326480Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T04:52:17.7063980Z    Compiling tokio-util v0.7.18
2026-07-28T04:52:17.8873479Z    Compiling once_cell v1.21.4
2026-07-28T04:52:17.9127776Z    Compiling derive_more v2.1.1
2026-07-28T04:52:17.9528996Z    Compiling prefix-trie v0.8.4
2026-07-28T04:52:17.9787886Z    Compiling windows-targets v0.52.6
2026-07-28T04:52:18.0737312Z    Compiling tracing-core v0.1.36
2026-07-28T04:52:18.1202972Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T04:52:18.1341209Z    Compiling ghash v0.5.1
2026-07-28T04:52:18.1684420Z    Compiling windows-numerics v0.3.1
2026-07-28T04:52:18.1757631Z    Compiling windows-collections v0.3.2
2026-07-28T04:52:18.1974395Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-28T04:52:18.2658667Z    Compiling cobs v0.3.0
2026-07-28T04:52:18.2904990Z    Compiling hashbrown v0.14.5
2026-07-28T04:52:18.3427136Z    Compiling postcard-derive v0.2.2
2026-07-28T04:52:18.3865877Z    Compiling aes v0.8.4
2026-07-28T04:52:18.4819308Z    Compiling idna_adapter v1.2.2
2026-07-28T04:52:18.5621019Z    Compiling tracing v0.1.44
2026-07-28T04:52:18.7453461Z    Compiling idna v1.1.0
2026-07-28T04:52:18.8109252Z    Compiling ctr v0.9.2
2026-07-28T04:52:18.8397905Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T04:52:18.9335417Z    Compiling fs2 v0.4.3
2026-07-28T04:52:19.0425356Z    Compiling h2 v0.4.14
2026-07-28T04:52:19.1096863Z    Compiling url v2.5.8
2026-07-28T04:52:19.1280259Z    Compiling hashlink v0.9.1
2026-07-28T04:52:19.1819617Z    Compiling time v0.3.47
2026-07-28T04:52:19.2116443Z    Compiling http-body-util v0.1.3
2026-07-28T04:52:19.2318922Z    Compiling aead v0.5.2
2026-07-28T04:52:19.2621486Z    Compiling utf8parse v0.2.2
2026-07-28T04:52:19.3767821Z    Compiling ipconfig v0.3.4
2026-07-28T04:52:19.5514419Z    Compiling rusqlite v0.32.1
2026-07-28T04:52:19.5570605Z    Compiling widestring v1.2.1
2026-07-28T04:52:19.5584828Z    Compiling arrayvec v0.7.6
2026-07-28T04:52:19.5630485Z    Compiling aes-gcm v0.10.3
2026-07-28T04:52:19.6983522Z    Compiling postcard v1.1.3
2026-07-28T04:52:19.7326314Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T04:52:19.7913387Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T04:52:19.9298353Z    Compiling windows v0.62.2
2026-07-28T04:52:19.9883133Z    Compiling data-encoding-macro v0.1.20
2026-07-28T04:52:20.1070748Z    Compiling windows-sys v0.59.0
2026-07-28T04:52:20.1268846Z    Compiling num_enum_derive v0.7.6
2026-07-28T04:52:20.2073374Z    Compiling tower v0.5.3
2026-07-28T04:52:20.2610733Z    Compiling chrono v0.4.45
2026-07-28T04:52:20.3774050Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T04:52:20.5907401Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-28T04:52:20.6901953Z    Compiling crossbeam-channel v0.5.15
2026-07-28T04:52:20.6962046Z    Compiling enum-assoc v1.3.0
2026-07-28T04:52:21.0277933Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T04:52:21.1274217Z    Compiling async-trait v0.1.89
2026-07-28T04:52:21.6848322Z    Compiling strum_macros v0.28.0
2026-07-28T04:52:21.9135401Z    Compiling windows-registry v0.6.1
2026-07-28T04:52:22.2003182Z    Compiling blake3 v1.8.5
2026-07-28T04:52:22.2507459Z    Compiling memoffset v0.6.5
2026-07-28T04:52:22.2747021Z    Compiling netwatch v0.16.0
2026-07-28T04:52:22.3632154Z    Compiling noq v0.18.0
2026-07-28T04:52:22.3837486Z    Compiling acto v0.8.2
2026-07-28T04:52:22.7633486Z    Compiling rustc-hash v2.1.2
2026-07-28T04:52:22.7905383Z    Compiling thiserror v1.0.69
2026-07-28T04:52:22.8577271Z    Compiling mac-addr v0.3.0
2026-07-28T04:52:22.9099856Z    Compiling foldhash v0.2.0
2026-07-28T04:52:23.0050644Z    Compiling identity-hash v0.1.0
2026-07-28T04:52:23.0354314Z    Compiling xml-rs v0.8.28
2026-07-28T04:52:23.0780531Z    Compiling ref-cast v1.0.25
2026-07-28T04:52:23.0997837Z    Compiling tagptr v0.2.0
2026-07-28T04:52:23.1105048Z    Compiling lru-slab v0.1.2
2026-07-28T04:52:23.1229917Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T04:52:23.2431630Z    Compiling moka v0.12.15
2026-07-28T04:52:23.3125709Z    Compiling hashbrown v0.16.1
2026-07-28T04:52:23.4811314Z    Compiling netdev v0.42.0
2026-07-28T04:52:23.4813410Z    Compiling iroh-relay v0.98.0
2026-07-28T04:52:23.5269338Z    Compiling num_enum v0.7.6
2026-07-28T04:52:23.7223996Z    Compiling hyper v1.10.1
2026-07-28T04:52:23.7224893Z    Compiling xmltree v0.10.3
2026-07-28T04:52:23.7888497Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-28T04:52:24.0344618Z    Compiling iroh-metrics v0.38.3
2026-07-28T04:52:24.1849593Z    Compiling tower-http v0.6.11
2026-07-28T04:52:24.3766059Z    Compiling iroh-base v0.98.0
2026-07-28T04:52:24.4274944Z    Compiling attohttpc v0.30.1
2026-07-28T04:52:24.4651516Z    Compiling n0-watcher v0.6.1
2026-07-28T04:52:24.5241474Z    Compiling tokio-stream v0.1.18
2026-07-28T04:52:24.6185978Z    Compiling strum v0.28.0
2026-07-28T04:52:24.6375818Z    Compiling toml_datetime v0.6.11
2026-07-28T04:52:24.7504553Z    Compiling serde_spanned v0.6.9
2026-07-28T04:52:24.7540846Z    Compiling thiserror-impl v1.0.69
2026-07-28T04:52:24.8934034Z    Compiling ref-cast-impl v1.0.25
2026-07-28T04:52:25.0169155Z    Compiling serde_derive_internals v0.29.1
2026-07-28T04:52:25.0229690Z    Compiling simple-dns v0.9.3
2026-07-28T04:52:25.1416444Z    Compiling serial-core v0.4.0
2026-07-28T04:52:25.2628300Z    Compiling hyper-util v0.1.20
2026-07-28T04:52:25.3037751Z    Compiling aho-corasick v1.1.4
2026-07-28T04:52:25.4562085Z    Compiling resolv-conf v0.7.6
2026-07-28T04:52:25.6704749Z    Compiling smol_str v0.1.24
2026-07-28T04:52:25.7062021Z    Compiling toml_write v0.1.2
2026-07-28T04:52:25.7144733Z    Compiling winreg v0.10.1
2026-07-28T04:52:25.9846350Z    Compiling regex-syntax v0.8.10
2026-07-28T04:52:26.0000822Z    Compiling arrayref v0.3.9
2026-07-28T04:52:26.0511763Z    Compiling constant_time_eq v0.4.2
2026-07-28T04:52:26.0940399Z    Compiling sha1_smol v1.0.1
2026-07-28T04:52:26.1442372Z    Compiling simdutf8 v0.1.5
2026-07-28T04:52:26.2797539Z    Compiling winnow v0.7.15
2026-07-28T04:52:26.4601054Z    Compiling schemars_derive v1.2.1
2026-07-28T04:52:26.5232456Z    Compiling iroh-dns v0.98.0
2026-07-28T04:52:26.6085846Z    Compiling serial-windows v0.4.0
2026-07-28T04:52:26.7090770Z    Compiling igd-next v0.17.1
2026-07-28T04:52:26.8514104Z    Compiling lru v0.16.4
2026-07-28T04:52:27.1465287Z    Compiling webpki-roots v1.0.7
2026-07-28T04:52:27.1769068Z    Compiling seize v0.5.1
2026-07-28T04:52:27.1861556Z    Compiling darling_core v0.23.0
2026-07-28T04:52:27.2045511Z    Compiling hmac v0.12.1
2026-07-28T04:52:27.2089496Z    Compiling serde_bytes v0.11.19
2026-07-28T04:52:27.3207652Z    Compiling iroh v0.98.2
2026-07-28T04:52:27.3208178Z    Compiling lazy_static v1.5.0
2026-07-28T04:52:27.3398876Z    Compiling once_cell_polyfill v1.70.2
2026-07-28T04:52:27.4742612Z    Compiling bitflags v1.3.2
2026-07-28T04:52:27.4764821Z    Compiling dyn-clone v1.0.20
2026-07-28T04:52:27.4941352Z    Compiling cmov v0.5.4
2026-07-28T04:52:27.6049491Z    Compiling anstyle v1.0.14
2026-07-28T04:52:27.7131198Z    Compiling pin-utils v0.1.0
2026-07-28T04:52:27.7383744Z    Compiling ctutils v0.4.2
2026-07-28T04:52:27.7926864Z    Compiling nix v0.25.1
2026-07-28T04:52:27.8376773Z    Compiling papaya v0.2.4
2026-07-28T04:52:27.8793294Z    Compiling anstyle-wincon v3.0.11
2026-07-28T04:52:27.9134411Z    Compiling shared_library v0.1.9
2026-07-28T04:52:27.9201229Z    Compiling hkdf v0.12.4
2026-07-28T04:52:27.9540961Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T04:52:28.0090934Z    Compiling regex-automata v0.4.14
2026-07-28T04:52:28.0525830Z    Compiling serial v0.4.0
2026-07-28T04:52:28.1521327Z    Compiling filedescriptor v0.8.3
2026-07-28T04:52:28.2930400Z    Compiling toml_edit v0.22.27
2026-07-28T04:52:28.2931566Z    Compiling anstyle-parse v1.0.0
2026-07-28T04:52:28.4614011Z    Compiling backon v1.6.0
2026-07-28T04:52:28.5125641Z    Compiling anstyle-query v1.1.5
2026-07-28T04:52:28.5473990Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T04:52:28.6909482Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T04:52:28.6935223Z    Compiling shell-words v1.1.1
2026-07-28T04:52:28.7737168Z    Compiling downcast-rs v1.2.1
2026-07-28T04:52:28.7738128Z    Compiling paste v1.0.15
2026-07-28T04:52:28.8172898Z    Compiling instability v0.3.12
2026-07-28T04:52:28.8585795Z    Compiling schemars v1.2.1
2026-07-28T04:52:28.9153488Z    Compiling colorchoice v1.0.5
2026-07-28T04:52:28.9484821Z    Compiling unicode-width v0.2.0
2026-07-28T04:52:29.0334236Z    Compiling foldhash v0.1.5
2026-07-28T04:52:29.1748846Z    Compiling anstream v1.0.0
2026-07-28T04:52:29.3138331Z    Compiling hashbrown v0.15.5
2026-07-28T04:52:29.3291838Z    Compiling vte v0.13.1
2026-07-28T04:52:29.3751539Z    Compiling portable-pty v0.8.1
2026-07-28T04:52:29.3922796Z    Compiling spake2 v0.4.0
2026-07-28T04:52:29.4259766Z    Compiling strum_macros v0.26.4
2026-07-28T04:52:29.7293839Z    Compiling terminal_size v0.4.4
2026-07-28T04:52:29.8327893Z    Compiling crossterm_winapi v0.9.1
2026-07-28T04:52:29.9347413Z    Compiling itertools v0.13.0
2026-07-28T04:52:30.1360389Z    Compiling sha1 v0.10.6
2026-07-28T04:52:30.2799470Z    Compiling regex v1.12.3
2026-07-28T04:52:30.2965428Z    Compiling castaway v0.2.4
2026-07-28T04:52:30.4405480Z    Compiling toml v0.8.23
2026-07-28T04:52:30.4405823Z    Compiling clap_lex v1.1.0
2026-07-28T04:52:30.7845300Z    Compiling indoc v2.0.7
2026-07-28T04:52:30.9338457Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-28T04:52:30.9967953Z    Compiling recvmsg v1.0.0
2026-07-28T04:52:31.0320295Z    Compiling unicode-width v0.1.14
2026-07-28T04:52:31.3663538Z    Compiling darling_macro v0.23.0
2026-07-28T04:52:31.3931642Z    Compiling doctest-file v1.1.1
2026-07-28T04:52:31.4154279Z    Compiling static_assertions v1.1.0
2026-07-28T04:52:31.4162727Z    Compiling clap_builder v4.6.0
2026-07-28T04:52:31.5702592Z    Compiling compact_str v0.8.2
2026-07-28T04:52:31.5732404Z    Compiling unicode-truncate v1.1.0
2026-07-28T04:52:31.7354609Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-28T04:52:31.7398610Z    Compiling crossterm v0.28.1
2026-07-28T04:52:31.7684674Z    Compiling lru v0.12.5
2026-07-28T04:52:31.9482354Z    Compiling strum v0.26.3
2026-07-28T04:52:32.0075317Z    Compiling darling v0.23.0
2026-07-28T04:52:32.0519716Z    Compiling interprocess v2.4.2
2026-07-28T04:52:32.1170055Z    Compiling clap_derive v4.6.1
2026-07-28T04:52:32.3222507Z    Compiling wmi v0.18.4
2026-07-28T04:52:32.7330074Z    Compiling error-code v3.3.2
2026-07-28T04:52:32.9078571Z    Compiling cassowary v0.3.0
2026-07-28T04:52:33.4371338Z    Compiling ratatui v0.29.0
2026-07-28T04:52:33.6421281Z    Compiling clipboard-win v5.4.1
2026-07-28T04:52:33.9212860Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-28T04:52:34.2193613Z    Compiling portmapper v0.16.0
2026-07-28T04:52:34.2202070Z    Compiling nucleo-matcher v0.3.1
2026-07-28T04:52:34.5502918Z    Compiling qrcode v0.14.1
2026-07-28T04:52:34.6141109Z    Compiling clap v4.6.1
2026-07-28T04:52:34.6545672Z    Compiling tempfile v3.27.0
2026-07-28T04:52:48.4849330Z    Compiling rustls-webpki v0.103.13
2026-07-28T04:52:50.8818707Z    Compiling tokio-rustls v0.26.4
2026-07-28T04:52:50.8818987Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T04:52:50.8819242Z    Compiling noq-proto v0.17.0
2026-07-28T04:52:51.0371549Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T04:52:51.0372209Z    Compiling hyper-rustls v0.27.9
2026-07-28T04:52:51.0372499Z    Compiling tokio-websockets v0.13.2
2026-07-28T04:52:51.2282456Z    Compiling reqwest v0.13.4
2026-07-28T04:52:52.2624700Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T04:53:11.3891143Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-28T04:53:12.9319896Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-28T04:53:27.0067391Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-28T04:53:36.1274143Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 36s
2026-07-28T04:53:36.1523275Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a887596f47a2d10d.exe)
2026-07-28T04:53:36.2326379Z 
2026-07-28T04:53:36.2326690Z running 1 test
2026-07-28T04:53:43.5668754Z test new_brain_serves_against_old_broker ... ok
2026-07-28T04:53:43.5669052Z 
2026-07-28T04:53:43.5669309Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.33s
2026-07-28T04:53:43.5669953Z 
